'Declaration<DispIdAttribute(648)> Function AddFileAttachmentAnnot( _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Width As Single, _ ByVal Height As Single, _ ByRef Data() As Byte, _ ByVal FileName As String, _ ByVal Title As String, _ ByVal Description As String, _ ByVal Red As Byte, _ ByVal Green As Byte, _ ByVal Blue As Byte, _ ByVal Opacity As Single, _ ByVal AnnotIcon As PdfFileAttachmentAnnotIcon _ ) As Integer
[DispId(648)] int AddFileAttachmentAnnot( float Left, float Top, float Width, float Height, ref byte[] Data, string FileName, string Title, string Description, byte Red, byte Green, byte Blue, float Opacity, PdfFileAttachmentAnnotIcon AnnotIcon )
function AddFileAttachmentAnnot(
Left: Single;
Top: Single;
Width: Single;
Height: Single;
var Data: Bytearray of;
FileName: String;
Title: String;
Description: String;
Red: Byte;
Green: Byte;
Blue: Byte;
Opacity: Single;
AnnotIcon: PdfFileAttachmentAnnotIcon
): Integer;
DispIdAttribute(648) function AddFileAttachmentAnnot( Left : float, Top : float, Width : float, Height : float, Data : byte[], FileName : String, Title : String, Description : String, Red : byte, Green : byte, Blue : byte, Opacity : float, AnnotIcon : PdfFileAttachmentAnnotIcon ) : int;
Parameters
- Left
- Top
- Width
- Height
- Data
- FileName
- Title
- Description
- Red
- Green
- Blue
- Opacity
- AnnotIcon
